home *** CD-ROM | disk | FTP | other *** search
- Short: gives numbering suffixes a fixed length
- Uploader: alexander.richter@01019freenet.de (Alexander Richter)
- Author: alexander.richter@01019freenet.de (Alexander Richter)
- Type: util/cli
-
-
- INSTALLATION
- ------------
- copy fixsuffix c:
-
-
- USAGE
- -----
- fixsuffix <file> [<suffix-length>]
-
- suffix-length defaults to 5
-
-
- EXAMPLES
- --------
- fixsuffix frame.10 4
-
- will rename the file "frame.10" to "frame.0010".
-
- fixsuffix frame.3
-
- will rename the file "frame.3" to "frame.00003" (default length of 5 is used).
-
-
- BATCH PROCESSING
- ----------------
- can be done with the AmigaDOS LIST command, e.g.:
-
- LIST frame.(?|??|???) LFORMAT "fixsuffix %N 4" >t:script
- sort t:script t:script
- execute t:script
-
-
- BUGS
- ----
- -no error handling
-